git push -u 用法 在我們第一次提交git的時候: 發現上面用了這個-u參數,也沒作解釋,特意搜索了下這個-u的用法,加了參數-u后,以后即可直接用git push 代替git push origi ...